Gets or sets the value that determines whether the schedule can be shared with other jobs
__property VARIANT_BOOL Shared;
VARIANT_BOOL Shared;
Property Shared() As VARIANT_BOOL
false
If this property is True, the schedule appears in the "Shared Schedules" list in the Console and can be used on more than one job. The schedule is not deleted when the job is deleted.
If the property is False, the schedule is not shared and is owned by the job to which it is attached. The schedule is deleted when the job is deleted.
See the overview for more information
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|